home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / PC Tools Firewall / fwinstall.exe / {app} / Alert.exe / 0 / RCDATA / TMEDETAILSFORM / TMEDETAILSFORM.txt
Text File  |  2009-08-27  |  816b  |  41 lines

  1. object DetailsForm: TMEDetailsForm
  2.   Message = 'Error Details'
  3.   MinWidth = 0
  4.   OnAction = ''
  5.   Timer = 0
  6.   object ContinueBtn: INVButton
  7.     Caption = 'Continue'
  8.     Enabled = True
  9.     NoOwnerDraw = False
  10.     Visible = True
  11.   end
  12.   object SkipBtn: INVButton
  13.     Caption = 'Skip'
  14.     Enabled = True
  15.     NoOwnerDraw = False
  16.     Visible = True
  17.   end
  18.   object CancelBtn: INVButton
  19.     Caption = 'Cancel'
  20.     Enabled = True
  21.     NoOwnerDraw = False
  22.     Visible = True
  23.   end
  24.   object Label1: INVLabel
  25.     Caption = 'in which situation did the error occur?'
  26.     Enabled = True
  27.     Spacing = 0
  28.   end
  29.   object DetailsMemo: INVEdit
  30.     Colored = True
  31.     Enabled = True
  32.     Lines = 9
  33.     Optional = False
  34.     OutputName = 'error details'
  35.     OutputType = nvoOwnSection
  36.     Spacing = 0
  37.     Text = ''
  38.     Valid = True
  39.   end
  40. end
  41.